d-ignore-test_arc_condvar_poison-ppc
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Thu, 13 Jun 2024 09:16:39 +0000 (11:16 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Sun, 8 Mar 2026 10:11:47 +0000 (11:11 +0100)
Forwarded: no

Gbp-Pq: Topic upstream
Gbp-Pq: Name d-ignore-test_arc_condvar_poison-ppc.patch

library/std/tests/sync/mutex.rs

index ff6aef717936fd63ee652719f0e0d4ba0951a42b..e8b738ad153b8854a3ea7131249d409846b7045f 100644 (file)
@@ -424,6 +424,7 @@ fn test_replace_poison() {
 }
 
 #[test]
+#[cfg(not(target_arch = "powerpc"))]
 #[cfg_attr(not(panic = "unwind"), ignore = "test requires unwinding support")]
 fn test_arc_condvar_poison() {
     struct Packet<T>(Arc<(Mutex<T>, Condvar)>);